home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Tools / ecu-3.35 / README.SCOTTY < prev   
Text File  |  1995-07-13  |  2KB  |  63 lines

  1. This is an updated version of old_notes/README.SCOTTY
  2. which I am *sure* you already read a long time ago, heh heh :)
  3.  
  4. Last Updated Fri Jun 23 01:57:44 EDT 1995
  5.  
  6. On SCO, TTY devices must be named in the style of:
  7.  
  8.      /dev/ttyNA
  9.              ^^
  10.              ||
  11.              |`------ uppercase letter for modem control
  12.              |        lowercase for non-modem control
  13.              `--------digit (1-4 usually, but any digit)
  14.  
  15.  
  16. tty opened  lock file created
  17. --------   ------------------
  18. tty23       LCK..tty23               violates NA
  19. tty0A00     LCK..tty0A00             violates NA
  20. tty0a00     LCK..tty0a00             violates NA
  21.  
  22. tty1a       LCK..tty1a
  23. tty1A       LCK..tty1A
  24.  
  25. tty2q       LCK..tty2q
  26. tty2Q       LCK..tty2q
  27.  
  28. tty9a       LCK..tty9a
  29. tty9A       LCK..tty9A
  30.  
  31. tty231a     LCK..tty231a
  32. tty231A     LCK..tty231a
  33.  
  34. tty%%1a     LCK..tty%%1a
  35. tty%%1A     LCK..tty%%1a
  36.  
  37. This is the procedure used for any SCO ECU version.
  38.  
  39. If you are using FAS or other third-party driver, you may use ecu
  40. with ports not normally named in the /dev/tty#N style in one of two
  41. ways under UNIX and one way under XENIX:
  42.  
  43.      1.  Under XENIX or UNIX, create a link to the port
  44.          with a compatible name:
  45.  
  46.                ln /dev/ttyF00 /dev/tty1a
  47.                ln /dev/ttyFM00 /dev/tty1A
  48.  
  49.      2.  Under UNIX, add additional lines to the
  50.          /etc/conf/node.d file and rebuild the kernel
  51.          environment (this is the recommended approach
  52.          for UNIX, as documented in FAS 2.08 and 2.09):
  53.  
  54.      fas ttyF00  c   48
  55.      fas tty1a   c   48
  56.      fas ttyF01  c   49
  57.      fas tty1b   c   49
  58.      fas ttyFM00 c   208
  59.      fas tty1A   c   208
  60.      fas ttyFM01 c   209
  61.      fas tty1B   c   209
  62.  
  63.